startAt

open fun startAt(idx: Int)

Starts playing at the specified playlist index. Play will continue until stop() is called.

Only available from version 2.1.144 on.

Parameters

idx

the index of the source in the playlist


open fun startAt(source: Source)

Starts playing at the specified Source. Play will continue until stop() is called.

Only available from version 2.1.144 on.

Parameters

source

The source to start playing.